Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for Python 3.8 #895

Merged
merged 1 commit into from
Mar 31, 2020
Merged

Add support for Python 3.8 #895

merged 1 commit into from
Mar 31, 2020

Conversation

japz
Copy link
Contributor

@japz japz commented Jan 24, 2020

Python 3.8 will thrown an exception if a dict changes while iterating over it,
copy it first.

Fix #890

Python 3.8 will thrown an exception if a dict changes while iterating over it,
copy it first.

Fix pycontribs#890
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Method add_attachment() error with python 3.8 -- RuntimeError: dictionary keys changed during iteration
4 participants